toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]TextData
Text
Data
public
interface
TextData
implements
UploadData
An upload data of the
text/plain
content type.
Members
Functions
bytes
Link copied to clipboard
public
Array
<
byte
>
bytes
(
)
Returns an array containing the upload data bytes of the associated URL request.
content
Type
Link copied to clipboard
public
ContentType
contentType
(
)
Returns the content type of this upload data as specified in the
Content-Type
header.
data
Link copied to clipboard
public
String
data
(
)
Returns a text representation of the upload data.
of
Link copied to clipboard
public
static
TextData
of
(
String
text
)
Returns an instance of
TextData
with the given upload data obtained from the
text
string.